projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d8c3dd
)
(decode_coding_iso2022): Initialized local variable c2.
author
Kenichi Handa
<handa@m17n.org>
Thu, 28 Aug 2003 08:17:07 +0000
(08:17 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Thu, 28 Aug 2003 08:17:07 +0000
(08:17 +0000)
(decode_coding_sjis_big5): Likewise.
src/coding.c
patch
|
blob
|
history
diff --git
a/src/coding.c
b/src/coding.c
index b06bf79a4bf9a44938ab63f486a672b507b0cb60..9a0c4c6ba08877af1cef6035a6ae23e6a39ab5d0 100644
(file)
--- a/
src/coding.c
+++ b/
src/coding.c
@@
-1823,7
+1823,7
@@
decode_coding_iso2022 (coding, source, destination, src_bytes, dst_bytes)
while (1)
{
- int c1, c2;
+ int c1, c2
= 0
;
src_base = src;
ONE_MORE_BYTE (c1);
@@
-3050,7
+3050,7
@@
decode_coding_sjis_big5 (coding, source, destination,
coding->produced_char = 0;
while (1)
{
- int c, charset, c1, c2;
+ int c, charset, c1, c2
= 0
;
src_base = src;
ONE_MORE_BYTE (c1);